Functional Example for Specific Operators of Library Signal, Logic, Filter and Parameters

Brief Description

Files: examples\OperatorExamples\SignalLibrary_ImageStreamToSignal.va

Default Platform: mE5-MA-VCL

Short Description

Demonstration of how to use the operators:

  • 1. NumberOfHits (library:filter)
  • 2. StringParamReference (library:parameters)
  • 3. ResourceReference (library:parameters)
  • 4. CMP_Equal (library:logic)
  • 5. CMP_NotEqual (library:logic)
  • 6. XNOR (library:logic)
  • 7. EventToSignal (library:signal)
  • 8. PixelToSignal (library:signal)
  • 9. PeriodToSignal (library:signal)
  • 10. DelayToSignal (library:signal)
  • 11. Downscale (library:signal)
  • 12. SyncSignal (library:signal)

This example demonstrates how the specific operators listed above can be used in a functional design. You find a detailed introduction to the operators of the specific library in the Operator Reference, section Library Signal, Library Logic, Library Filter and Library Parameters.